
/* sign up page */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
   box-sizing: border-box;
}
html { 
     overflow-y: scroll; 
}
br { 
     display: block; line-height: 2.2em;
} 

 input, textarea { 
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none; 
}
#content h1 {
	font-size: 2.5em;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	margin-bottom: 20px;
	padding: 0.1em 0;
	color: #444;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
#content h1:before,
#content h1:after {
	content: "";
	position: relative;
	display: inline-block;
	width: 50%;
	height: 1px;
	vertical-align: middle;
	background: #f0f0f0;
}
#content h1:before {    
	left: -.5em;
	margin: 0 0 0 -50%;
}
#content h1:after {    
	left: .5em;
	margin: 0 -50% 0 0;
}
#content h1 > span {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.formrow p {
	display: block;
	font-size: 1.35em;
	line-height: 1.5em;
	margin-bottom: 22px;
}
#container2 {
	display: block;
	width: 60%;
	margin: 0 auto;
	padding-top: 30px;
}

#content {
	display: block;
	width: 100%;
	background-color:rgba(255, 182, 193, 0.9);
	border-radius:5px;
	padding: 25px 20px;
	padding-bottom: 35px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

p.errmsg { 
	font-weight: bold;
	font-size: 1.0em;
	margin-bottom: 7px;
	margin-top: 5px;
	color: #a54d4d;
	display: none;
}
#registerform {
	display: block;
	width: 73%;
}

.formrow {
	display: block;
	margin-bottom: 30px;
}

.formrow label { 
	display: block;
	float: left;
	margin-top: 12px;
	width: 30%;
	color: #444;
	font-size: 18px;
	padding: 0 0;
	font-family:'Century Gothic';
}
.basetxt {
	width: 60%;
	height:50px;
	border:0;
	border-radius: 7px;
	font-size: 2.0em;
	color: #676767;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.basetxt input #email1{
	width:60%;
}
.basetxt:focus {
  outline: none;
  color: #414141;

}

.submitbtn {
	width: 100px;
	text-align: center;
	cursor: pointer;
	border:0;
	font-size: 100%;
	line-height: 29px;
	background: white;
	border-radius: 4px;
	position:relative;
	margin-left:80%;
	font-family:'Century Gothic';
   
}
.submitbtn:hover {
  background: #f39d1a;

}
.submitbtn:active {
  background-color: #f0c14b;
}


.syco_tooltip {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}
.syco_tooltip p {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
@media only screen and (max-width:480px){
	/* sign up page*/
	
	
	 #container2{
		 width:95%;
	 }
	  .formrow label{
		 font-size:13px;
	 }
}